JavaScript

A5.u.object.resolveset Method

Syntax

A5.u.object.resolve.set(id,object)

Arguments

idstring

The ID provided by the A5.u.object.resolve.get() call that spawned the asynchronous retrieval of the dynamic object.

objectobjectarray

The resulting object.

Description

Set an asynchronously resolved dynamic object.

Discussion